diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-11 23:54:14 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-11 23:54:39 +0900 |
| commit | c2fe9a6b1f39f0c326ba9d2c8b0fecf385ac4c22 (patch) | |
| tree | 77140c8c6050efe0ca2e6a0b78ff36fae4f4de24 /config/waybar/configs/[TOP] Simple | |
| parent | d8d711c0ba3e0b8337ddaef28bbb167977ac624d (diff) | |
Separated waybar workspaces modules to "shorten" a bit the main waybar modules file
Diffstat (limited to 'config/waybar/configs/[TOP] Simple')
| -rw-r--r-- | config/waybar/configs/[TOP] Simple | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/waybar/configs/[TOP] Simple b/config/waybar/configs/[TOP] Simple index 16b78ea3..fd51a06f 100644 --- a/config/waybar/configs/[TOP] Simple +++ b/config/waybar/configs/[TOP] Simple @@ -2,7 +2,10 @@ // ### TOP Simple ## // { -"include": "~/.config/waybar/modules", +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + ], "layer": "top", "position": "top", //"mode": "dock", |
